getNative

fun WebRtcDataChannel.getNative(): RTCDataChannel(source)

Returns implementation of the data channel that is used under the hood. Use it with caution.


fun WebRtc.RtpSender.getNative(): RTCRtpSender(source)

Returns implementation of the rtp sender that is used under the hood. Use it with caution.


fun WebRtc.DtmfSender.getNative(): RTCDTMFSender(source)

Returns implementation of the dtmf sender that is used under the hood. Use it with caution.


fun WebRtc.RtpParameters.getNative(): RTCRtpSendParameters(source)

Returns implementation of the rtp parameters that is used under the hood. Use it with caution.